home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / runtime.exe / README.TXT < prev    next >
Text File  |  1991-10-30  |  6KB  |  155 lines

  1.                       WELCOME TO OBJECTVISION 2.0
  2.                ---------------------------------------
  3.                Copyright (c) 1991 Borland International
  4.                          All Rights Reserved
  5.  
  6.  
  7. This README file contains important, last-minute information about
  8. ObjectVision 2.0.
  9.  
  10. TABLE OF CONTENTS
  11. -----------------
  12.  
  13.   1. Installation
  14.   2. Documentation Changes
  15.   3. Printer Drivers
  16.   4. .DLL Files
  17.   5. Non-ASCII Sort Order
  18.  
  19.  
  20. 1. INSTALLATION
  21. ---------------
  22.  
  23. When using Windows 386 Enhanced Mode, the installation program may
  24. indicate that there is insufficient disk space to install 
  25. ObjectVision due to the Windows swap file.  Although you may have 
  26. sufficient disk space when Windows is not running, Windows allocates 
  27. some of this space for its own use.  To install ObjectVision in this 
  28. situation, you should run Windows in Standard Mode by typing "win /s"
  29. at the DOS prompt.
  30.  
  31. Do not attempt to run the install program from a network drive.  To
  32. install ObjectVision from a network, first copy INSTALL.EXE and 
  33. OV2.LZ to a local drive.  Start INSTALL on the local drive and then
  34. specify the network drive as the source location for the remaining 
  35. files.
  36.  
  37.  
  38. 2. DOCUMENTATION CHANGES
  39. ------------------------
  40.  
  41. 2.1  Errors in the "Getting Started" manual:
  42.  
  43.    - On page 21, the paragraphs at the bottom of the page that 
  44.      describe Print Form and Print All omitted this sentence:
  45.  
  46.        "When a form contains a table object, the total number of 
  47.         forms printed depends on the number of values in the link.
  48.         Print Form and Print All print the entire contents of a 
  49.         table object."
  50.  
  51.    - On page 22, the second sentence in the first paragraph should be 
  52.      deleted.  Instead, this sentence should be included:
  53.  
  54.        "You can't use @PRINTLINK with a link to a table object; 
  55.         those linknames do not appear in the list of links to 
  56.         print."
  57.  
  58.    - On page 68, Table 4.4 should be moved to page 56, where readers
  59.      are instructed to add the other fields to the sample application.
  60.      "Sales Order" should be removed from the list in Table 4.4, and 
  61.      the second line in Table 4.4 should read:
  62.  
  63.        "Contact Name"       "Tax Exempt"
  64.  
  65.    - In the paragraph below Table 4.4, the last sentence should read:
  66.  
  67.        "If you've entered any values in the fields, choose 
  68.         Edit|Clear All to clear them from the form."
  69.  
  70. 2.2  Errors in the "Reference Guide" manual:
  71.  
  72.    - On page 47, the description of a scroll bar on a table is 
  73.      incomplete.  It should read:
  74.  
  75.        "The scroll box in the scroll bar will be in one of 
  76.         three positions.  It is at the top when there is no 
  77.         linked data above the table.  It is at the bottom 
  78.         when there is no linked data below the table.  
  79.         Otherwise, it is in the middle."
  80.  
  81.    - On page 141, the description of @LINKVALUE should have only one
  82.      argument--"DataField."  "LinkName" should be removed from the 
  83.      argument list, the sentence that describes "LinkName" should be 
  84.      deleted, and the Examples should have each instance of 
  85.      "Customers" deleted from the argument list.
  86.  
  87.    - On page 155, the description of @PRINTLINK should include the 
  88.      sentence:
  89.  
  90.        "You can't use @PRINTLINK with a link to a table object.  
  91.         The link won't appear in the list of links to print."
  92.  
  93.    - On page 228, the description of the Btrieve DEC field type should
  94.      read:
  95.  
  96.         "The number is stored as a packed decimal."
  97.  
  98.    - On page 229, the description of the Btrieve MONEY field type 
  99.      should read:
  100.  
  101.          "The number is stored as a packed decimal."
  102.  
  103.  
  104. 3. PRINTER DRIVERS
  105. ------------------
  106.  
  107. If you experience long print times, improved drivers may be available that
  108. reduce print times considerably.  If the most recent drivers aren't in 
  109. your copy of Windows 3.0, you can order the "Windows 3.0 Supplemental
  110. Driver Library" software from Microsoft for a nominal charge by calling
  111. (800) 426-9400. These drivers are also available on CompuServe.  Just type
  112. GO MSCON and scan for the keyword SDL in the Microsoft Software Library.
  113.  
  114.  
  115. 4. .DLL FILES
  116. -------------
  117.  
  118. When you install ObjectVision, the .DLL files for the Paradox Engine
  119. and Novell's Btrieve are placed in your ObjectVision directory. However,
  120. .DLL files you get from other sources might be different versions that
  121. are placed in different directories.
  122.  
  123. Only one .DLL gets loaded into memory.  If there are multiple versions
  124. on your disk, the first one loaded is the one that is used.  This can
  125. cause problems when an application needs a later version of the .DLL
  126. but an earlier version is already loaded.  In a situation like this, the
  127. application won't run properly.
  128.  
  129. When ObjectVision loads the .DLL, it will look first in its own
  130. directory, then the Windows directory, and then any directory in your
  131. PATH statement.
  132.  
  133. Use the date stamp on the .DLL file to decide which is most recent
  134. version.  If there is an earlier version of the DLL in the Windows
  135. directory, overwrite it.  If there is a later version in the Windows
  136. directory, just delete the version in ObjectVision's directory.
  137. If there are copies of the .DLL in other directories, place the most 
  138. recent one in the Windows directory.
  139.  
  140. If you are using Windows 3.1, you should delete the following .DLL 
  141. files from your ObjectVision directory:
  142.  
  143.         OLECLI.DLL
  144.         SHELL.DLL
  145.  
  146.  
  147. 5. NON-ASCII SORT ORDER
  148. ----------------------- 
  149.  
  150. Before using existing Paradox or Btrieve tables with non-ASCII sort orders,
  151. open the Control Panel's International icon and choose the language and
  152. country settings that match the table's sort order.  When you create
  153. Paradox or Btrieve tables with ObjectVision, your current language and
  154. country settings are automatically used.
  155.